home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue48 / Clinic / MonLib_TLB.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1999-05-23  |  478 b   |  24 lines

  1. unit MonLib_TLB;
  2.  
  3. { This file contains pascal declarations imported from a type library.
  4.   This file will be written during each import or refresh of the type
  5.   library editor.  Changes to this file will be discarded during the
  6.   refresh process. }
  7.  
  8. { MonLib Library }
  9. { Version 1.0 }
  10.  
  11. interface
  12.  
  13. uses Windows, ActiveX, Classes, Graphics, OleCtrls, StdVCL;
  14.  
  15. const
  16.   LIBID_MonLib: TGUID = '{88CD1680-110F-11D3-96EC-EB5DD9BE5AC8}';
  17.  
  18.  
  19.  
  20. implementation
  21.  
  22.  
  23. end.
  24.